home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / Print-Mac.Dxr / 00066_info2.ls < prev    next >
Encoding:
Text File  |  1996-10-04  |  310 b   |  14 lines

  1. on mouseDown
  2.   global whatFrameBack
  3.   set the memberNum of sprite 10 to the number of member "infodown"
  4.   updateStage()
  5.   if the frame <> (label("sales") + 1) then
  6.     set whatFrameBack to the frame
  7.   end if
  8.   if the frame <> (label("sales") + 1) then
  9.     go("sales")
  10.   else
  11.     go(whatFrameBack)
  12.   end if
  13. end
  14.